Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement method to get plugin config properties #186

Merged
merged 9 commits into from
Feb 23, 2024

Conversation

prateek3255
Copy link
Contributor

Summary of change

  • Add core config method to get plugin config properties

Related issues

N/A

Test Plan

N/A

Documentation changes

N/A

Checklist for important updates

  • Changelog has been updated
  • pluginInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In build.gradle
  • Had installed and ran the pre-commit hook
  • If there are new dependencies that have been added in build.gradle, please make sure to add them in implementationDependencies.json.
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

Remaining TODOs for this PR

N/A

CHANGELOG.md Outdated Show resolved Hide resolved
build.gradle Outdated Show resolved Hide resolved
@prateek3255 prateek3255 changed the base branch from 5.0 to feat/multitenancy-dashboard February 22, 2024 10:30
@sattvikc sattvikc merged commit 9f7cd28 into feat/multitenancy-dashboard Feb 23, 2024
2 of 3 checks passed
@sattvikc sattvikc deleted the add-core-config-method branch February 23, 2024 12:37
sattvikc added a commit that referenced this pull request May 24, 2024
* feat: Implement method to get plugin config properties (#186)

* Add a new method to get the config as json

* Update changelog

* Remove the check for protected config from method

* Revert version changes

* Update descriptions

* Update config properties descriptions to match those in the yaml files

* Throw error when invalid fields

* Refactor getConfigFieldsInfo method in Start and PostgreSQLConfig classes

* fix: config info

* fix: update config

* fix: cleanup

* fix: cleanup

* fix: refactor config description

* fix: type fix

* fix: pr comments

* fix: pr comments

* fix: PR comments

* fix: version and changelog

* fix: remove unnecessary fields for dashboard

* fix: refactor dashboard related

* fix: impl

---------

Co-authored-by: Sattvik Chakravarthy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants